home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr25 / mitsum.zip / MITSUM.TXT
Text File  |  1993-04-21  |  3KB  |  79 lines

  1. 14th. April 1993
  2.  
  3. This is how I got my Mitsumi LU005S CDRom running under a VDM. I can use the mouse
  4. ok, copy files from the CD Drive etc without any hassle. I set up the same for
  5. a friend of mine who operates the December OS/2 Beta. All works fine except for
  6. the mouse which does not show up in the VDM. I got the info from Bill Zacks book
  7. The OS/2 2.0 Handbook, Van Nostrand Publishing.
  8.  
  9. I hope that you will find the info's here of help. 
  10.  
  11. Regards
  12. Jan-P. CIS#100013,1170
  13.  
  14.  
  15. 1) Make a boot diskette
  16.  
  17. 2) Copy the following files from MS-Dos diskette to your boot diskette
  18.  
  19.  
  20. AUTOEXEC BAT       140   3.04.93 19.20
  21. COMMAND  COM     50031  11.06.91 12.00
  22. DOSKEY   COM      6012  11.06.91 12.00
  23. KEYB     COM     15107  11.06.91 12.00
  24. MSCDEX   EXE     25431   4.02.92  2.21   /* From Mitsumi CDRom driver diskette
  25. SETVER   EXE     12131  11.06.91 12.00
  26. CONFIG   SYS       187   3.04.93 19.22
  27. COUNTRY  SYS     17078  11.06.91 12.00
  28. FSFILTER SYS     12364  30.03.92 12.00   /* From \os2 directoy
  29. KEYBOARD SYS     34706  11.06.91 12.00
  30. MTMCDS   SYS     11761  27.10.92  2.10   /* From Mitsumi CDRom driver diskette
  31.  
  32. I used the MTMCDS.SYS because I could not get the MTMCDE.SYS to function
  33. correctely.
  34.  
  35.  
  36. 3) Edit the autoexec.bat as follows:
  37.  
  38. @ECHO OFF
  39. PROMPT $P$G
  40. PATH C:\DOS;C:\DOS\UTILS.DOS;            /* Or whatever
  41. SET TEMP=A:\
  42. KEYB GR,,\KEYBOARD.SYS                   /* German keyboard
  43. \MSCDEX.EXE /D:MSCD001 /M:10 /L:f      
  44. C:\OS2\NumOn                             /* Utility for switching on num block
  45.                                             avail. on OS2USER
  46.  
  47. 4) Edit the config.sys as follows:
  48.  
  49. DEVICE=\FSFILTER.SYS                     /* Should be first statement
  50. DEVICE=\SETVER.EXE
  51. DEVICE=C:\OS2\MDOS\HIMEM.SYS
  52. COUNTRY=049,850,\COUNTRY.SYS             /* German settings
  53. DEVICE=\MTMCDS.SYS /D:MSCD001 /P:300 /A:0 /M:10 /T:5 /I:10
  54. LASTDRIVE=Z
  55. FILES=30
  56.  
  57. 5) Switch to an os/2 session and enter the following command to create an image:
  58.  
  59.     VMDISK A: C:\CDROM.DSK
  60.  
  61.    You can put the image anyplace you like and call it what you fancy.
  62.  
  63. 6) Drag the Program Template to your Desktop or Folder and enter the program
  64.    settings as follows:
  65.  
  66.     1st. page : 'Path and File name:' --> *
  67.     2nd. page : Settings either DOS full screen or window and click on the dos
  68.                 settings buttons:
  69.  
  70.                     'DOS_AUTOEXEC' --> A:\AUTOEXEC.BAT
  71.                     'DOS_STARTUP_DRIVE' --> C:\CDRom.Dsk  /* or wherever 
  72.                     'MOUSE_EXCLUSIVE_ACCESS' --> On
  73.  
  74. 7) Close settings and click on the newly creating object.
  75.  
  76. 8) To close the session call up the Window List select Object and close ( exit
  77.    will not work ).
  78.  
  79.